projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
062552e
)
Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 17 Nov 2008 02:26:57 +0000
(
02:26
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 17 Nov 2008 02:26:57 +0000
(
02:26
+0000)
lisp/org/org.el
patch
|
blob
|
history
diff --git
a/lisp/org/org.el
b/lisp/org/org.el
index 9b4e662787a0726eb9efa70eb958524a7673750f..70f22e27813332e43b7af207c648d26a3bf649d4 100644
(file)
--- a/
lisp/org/org.el
+++ b/
lisp/org/org.el
@@
-11149,7
+11149,7
@@
PREFER and SHOW-ALL are passed through to `org-closest-date'."
(defun org-small-year-to-year (year)
"Convert 2-digit years into 4-digit years.
38-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007.
-The year 2000 cannot be abbreviated. Any year lager than 99
+The year 2000 cannot be abbreviated. Any year la
r
ger than 99
is returned unchanged."
(if (< year 38)
(setq year (+ 2000 year))